-
Notifications
You must be signed in to change notification settings - Fork 30
982118 - UG Documentation for the Timeformat support in SfDateTimePicker and SfTimePicker control. #3707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ker and SfTimePicker.
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
CI Status: ABORTED ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
…error remove .NET MAUI word.
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Feature description
UG Documentation for the Timeformat support in SfDateTimePicker and SfTimePicker control.
Purpose/benefits of the feature
The new PickerTimeFormats options — mm_ss, ss_fff, and mm_ss_fff are now available for users.
Use cases
Applications that require precise timing, such as scientific experiments, industrial automation, or high-frequency trading platforms.
Developers testing the performance of applications or systems may need to log or simulate events with millisecond precision.
Video or audio editing tools where frame-level precision is required.
Games or simulations that rely on precise timing for animations, physics calculations, or event triggers.
Applications that log data or monitor systems in real-time, where events occur in rapid succession.
Systems that require precise synchronization, such as chat applications, video conferencing, or IoT devices.
Competitors doesn't have this feature.
Analysis and design
The implementation of the hour, minute, and second columns should be reviewed, and the same design approach should be applied to the millisecond column.
Solution description
The millisecond column has been implemented in GeneratePickerColumns, and corresponding updates have been made to the onProperties method, particularly in the handling of selectedItem
Output screenshots
Areas affected and ensured
OnPickerSelectedIndexChanged method and OnPropertyChangedSelectedItem method where the two areas where affected and ensure that no behavior changes in the SfTimePicker.
API Changes
List all API changes here (or just put None), example:
Added:
Behavioral Changes
NA
Unit Test cases
9 unit test cases were added.
Is automated against existing test cases and ensured zero breaking
Automation link - [https://testhub.syncfusion.com/testplan/p-137/tp-5492](Automation link)
Does it have any known issues?
If this feature contains any known issues, provide the proper details about the issues.
MR CheckList